******************************************************* To use QCARD.DLL with programs written in Borland Pascal 7.0 or Turbo Pascal for Windows 1.5, just compile the QCARD.PAS file and include the QCARD unit in the USES clause of your program. This will allow you to access the functions and procedures in QCARD from your Pascal program. For example: USES WinTypes, WinProcs, OWindows, QCARD; *******************************************************